home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / wired movies and sprites / watchme / readme < prev    next >
Encoding:
Text File  |  2000-09-28  |  822 b   |  20 lines

  1. README - WatchMe
  2.  
  3. WatchMe is a custom application intended to support the WatchMe.mov movie on the
  4. QuickTime 3 SDK (Software Development Kit). Its sole reason for existing is to
  5. convert relative URLs (contained in wired sprite actions) to absolute URLs (for
  6. consumption by the movie controller).  Currently the movie controller cannot handle
  7. relative URLs.
  8.  
  9. WatchMe is just like most other QuickTime movie players, except that it intercepts
  10. movie controller actions of type mcActionLinkToURL. (In the WatchMe.mov movie, these
  11. actions are generated by wired sprite actions). It inspects the URL passed with the action
  12. and, if it's a relative URL, converts it into an absolute URL before passing it on to the
  13. movie controller.
  14.  
  15. Most of the code unique to WatchMe is contained in the file WatchMe.c.
  16.  
  17. Enjoy, 
  18. QuickTime Team
  19.  
  20.